D O M Storage Domain
Query and modify DOM storage.
This API is marked as experimental in protocol definition and can change in the future.
Functions
clear
Link copied to clipboard
description
Link copied to clipboard
disable
Link copied to clipboard
domStorageItemAdded
Link copied to clipboard
domStorageItemRemoved
Link copied to clipboard
domStorageItemsCleared
Link copied to clipboard
domStorageItemUpdated
Link copied to clipboard
enable
Link copied to clipboard
events
Link copied to clipboard
getDependencies
Link copied to clipboard
getDOMStorageItems
Link copied to clipboard
fun getDOMStorageItems(input: GetDOMStorageItemsRequest): Single<GetDOMStorageItemsResponse>
Content copied to clipboard
removeDOMStorageItem
Link copied to clipboard
fun removeDOMStorageItem(input: RemoveDOMStorageItemRequest): Single<RequestResponseFrame>
Content copied to clipboard
setDOMStorageItem
Link copied to clipboard
fun setDOMStorageItem(input: SetDOMStorageItemRequest): Single<RequestResponseFrame>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard